home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Conversion
/
Convert_RTF
/
Source
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-07-10
|
1KB
|
54 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = Convert_RTF
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = Application.tiff
DOCICONS = NeXT-rtf.tiff mac-rtf.tiff
LOCAL_RESOURCES = Convert_rtf.nib Help
CLASSES = FontEntry.m MacToNeXTRTFText.m NeXTToMacRTFText.m\
rtfController.m rtfConverter.m rtfFile.m rtfToken.m
HFILES = FontEntry.h MacToNeXTRTFText.h NeXTToMacRTFText.h\
rtfController.h rtfConverter.h rtfFile.h rtfToken.h
MFILES = Convert_RTF_main.m
SUBPROJECTS = shared.subproj
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app Application.tiff \
-sectcreate __ICON NeXT-rtf NeXT-rtf.tiff \
-sectcreate __ICON mac-rtf mac-rtf.tiff
LIBS = -lMedia_s -lNeXT_s -lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies